about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--archive/2025/summer/bsc_grigorova/osv/benchmarks/duckdb/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/archive/2025/summer/bsc_grigorova/osv/benchmarks/duckdb/README.md b/archive/2025/summer/bsc_grigorova/osv/benchmarks/duckdb/README.md
index bcf43aa6d..8b1378917 100644
--- a/archive/2025/summer/bsc_grigorova/osv/benchmarks/duckdb/README.md
+++ b/archive/2025/summer/bsc_grigorova/osv/benchmarks/duckdb/README.md
@@ -1,13 +1 @@
-# Duckdb port to OSv
 
-## To build:
-- For now, the manifest only includes tpch/sf1 benchmarks. To extend the benchmarks, add new ones to the `usr.manifest` file (don't forget the corresponding answer/ folder too).
-`./scripts/build -j fs_size_mb=4096 image=duckdb`
-
-## To run:
-`./scripts/run.py -e "/benchmark_runner benchmark/tpch/sf1/q01.benchmark"`
-
-
-## Misc
-if linking errors when running: add `__isoc23_strtol = strtol;` to `libc/aliases.ld`
-fyi: `libc/aliases.ld` is not tracked by the Makefile. You have to `./scripts/build clean`