summaryrefslogtreecommitdiff
path: root/cli/bench/http.rs
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-07-01 12:59:01 +0530
committerGitHub <noreply@github.com>2022-07-01 12:59:01 +0530
commit350994e6a66ed78b0fa38c1ffad4928297ffd9b3 (patch)
treebf00b1c2323d5fb85b07b2a16d861e76561eedc3 /cli/bench/http.rs
parenta27acbc2ec63dd684cf57990b30d757cd0477d9b (diff)
chore(cli/bench): Add more HTTP benchmarks (#14995)
Diffstat (limited to 'cli/bench/http.rs')
-rw-r--r--cli/bench/http.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/bench/http.rs b/cli/bench/http.rs
index c577e577a..0af2b5393 100644
--- a/cli/bench/http.rs
+++ b/cli/bench/http.rs
@@ -31,6 +31,9 @@ pub fn benchmark(
let entry = entry?;
let pathbuf = entry.path();
let path = pathbuf.to_str().unwrap();
+ if path.ends_with(".lua") {
+ continue;
+ }
let name = entry.file_name().into_string().unwrap();
let file_stem = pathbuf.file_stem().unwrap().to_str().unwrap();