mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-24 17:02:16 +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
|