mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-03-15 06:50:50 +00:00
10 lines
102 B
Bash
Executable File
10 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
#
|
|
# rustup default nightly
|
|
#
|
|
|
|
cargo bench --manifest-path ./benchmark/Cargo.toml
|