# golang-expression-evaluation-comparison **Repository Path**: woodoogoo/golang-expression-evaluation-comparison ## Basic Information - **Project Name**: golang-expression-evaluation-comparison - **Description**: golang 嵌入式脚本语言性能对比 - **Primary Language**: Go - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-08 - **Last Updated**: 2020-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## original https://github.com/antonmedv/golang-expression-evaluation-comparison only benchmark result ``` Benchmark_expr-8 10000000 244 ns/op Benchmark_celgo-8 5000000 422 ns/op Benchmark_govaluate-8 3000000 423 ns/op Benchmark_goja-8 3000000 464 ns/op Benchmark_bexpr-8 2000000 802 ns/op Benchmark_otto-8 1000000 1336 ns/op Benchmark_starlark-8 200000 7885 ns/op Benchmark_gval-8 200000 9770 ns/op ``` ## top and flame graph usage ``` go build -o ./target/te cd target ./te go tool pprof -http=:8080 cpu.pprof ```