Skip to content

Commit

Permalink
feat(benchmark-lsp): enable JSX benchmarking for Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Oct 27, 2023
1 parent 13707f9 commit 4e5d9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/benchmark-lsp/benchmark-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ Benchmark_Config Benchmark_Config::load() {
.program_name = "Biome",
.command = {"./run.sh"},
.cwd = "biome/",
.supports_jsx = true,
},

Benchmark_Config_Server{
Expand Down

0 comments on commit 4e5d9cb

Please sign in to comment.