8000 GitHub - LeandroRezendeCoutinho/fiber-gorm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LeandroRezendeCoutinho/fiber-gorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiber + GORM

Simple implementation REST API for Fiber with GORM

Explaining test

  • Use benchmarck tool in route /dogs
    • autocannon http://localhost:3000/dogs
  • Populate database with 10 records
curl --location --request GET 'localhost:3000/dogs' \
--header 'Content-Type: application/json' \
--data '{
    "name": "Ralph",
    "breed":"Pastor",
    "age": 12,
    "isGoodBoy":true
}'

Benchmark

bench

Memory and CPU

bench,

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0