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