Skip to content
#

wiki-page

Here are 31 public repositories matching this topic...

hajika
hajika commented Jun 2, 2017

currently, when you remove a page and then create a new one with the same name, it gets the history of the old page. There should be the option to click "remove including all history" that makes git to remove the file from all commit histories. I think it should be provided by git command:

git filter-branch --tree-filter 'rm -f $FILENAME' HEAD

However, it should be transparent to the users

bug
kangax
kangax commented Nov 8, 2015

I'm seeing more metrics than documented at https://github.com/axemclion/browser-perf/wiki/Metrics. I'm guessing some of them are newer additions in timeline. It would be great to document more of them.

Here's an example output of my script that compares 2 versions of a page:

AnalyzeTask 7.276   7.947
AnalyzeTask_avg 0.01144025157   0.01028072445
AnalyzeTask_count   636 773
AnalyzeTask_max 0.

Improve this page

Add a description, image, and links to the wiki-page topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wiki-page topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.