command
module
Version:
v0.0.0-...-e0cd53d
Opens a new window with list of versions in this module.
Published: Dec 2, 2023
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Postgres Bench
A repository to benchmark Postgres driver for Golang.
Setting up Postgres
- Connect to Postgres as an admin:
sudo -l postgres psql
- Create an user and a database for the application:
CREATE DATABASE postgres_bench;
CREATE USER postgres_bench PASSWORD 'postgres_bench';
ALTER DATABASE postgres_bench OWNER TO postgres_bench;
- fill the database:
go run .
Running the benchmark
Use the Go benchmark program: go test -bench .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
db
|
|
|
|
|
|
Package decoder implements a simple decoder for wiki pages.
|
Package decoder implements a simple decoder for wiki pages. |
Click to show internal directories.
Click to hide internal directories.