Geen-19 / frameworks-benchmark

Simple benchmarking tool written in HTML, CSS and Javascript

Home Page:https://devmirza-bot.github.io/frameworks-benchmark/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework Benchmarking Project (Beta)

image

Overview

This project aims to benchmark the rendering performance of various web frameworks. The included script evaluates the rendering time of sample data using different frameworks and outputs the results to a JSON file.

Getting Started

Prerequisites

  • Node.js: Ensure you have Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/framework-benchmark.git
    cd framework-benchmark
    
  2. Install Dependencies

    npm install

Usage

Run Benchmark

Execute the benchmark script to compare the rendering performance of different frameworks.

npm run benchmark

The results will be saved in benchmark_output.json.

View Results

Open the index.html file to view the benchmark results in a user-friendly web interface.

Frameworks Tested

  • React 18
  • Next.js 14
  • Vue 3

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/1. your-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/1. your-feature)
  5. Create a pull request :)

About

Simple benchmarking tool written in HTML, CSS and Javascript

https://devmirza-bot.github.io/frameworks-benchmark/


Languages

Language:JavaScript 71.3%Language:CSS 13.6%Language:HTML 13.2%Language:Shell 1.9%